cURL
curl --request DELETE \ --url https://api.getmaxim.ai/v1/test-runs \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "ids": [ "<string>" ] }'
{ "message": "<string>" }
Delete test runs from a workspace
API key for authentication
Unique identifier for the workspace
Array of test run IDs to delete example: ["run_123", "run_456"]
1
Successfully deleted test runs
Was this page helpful?